home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SYS_TOOL / PORTS / PORTAGE.DFM / PORTAGE.txt
Text File  |  1996-06-26  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 255
  3.   Top = 106
  4.   Width = 283
  5.   Height = 185
  6.   Caption = 'Speaker example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 40
  15.     Top = 16
  16.     Width = 57
  17.     Height = 13
  18.     Caption = 'Frequency:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 40
  22.     Top = 56
  23.     Width = 49
  24.     Height = 13
  25.     Caption = 'Duration:'
  26.   end
  27.   object Button1: TButton
  28.     Left = 104
  29.     Top = 88
  30.     Width = 65
  31.     Height = 25
  32.     Caption = 'Beep'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 168
  38.     Top = 88
  39.     Width = 65
  40.     Height = 25
  41.     Caption = 'Exit'
  42.     TabOrder = 3
  43.     OnClick = Button2Click
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 105
  47.     Top = 15
  48.     Width = 121
  49.     Height = 21
  50.     TabOrder = 1
  51.   end
  52.   object Edit2: TEdit
  53.     Left = 104
  54.     Top = 48
  55.     Width = 121
  56.     Height = 21
  57.     TabOrder = 2
  58.   end
  59.   object port1: Tport
  60.     Address = 0
  61.     data = 0
  62.     Left = 23
  63.     Top = 82
  64.   end
  65. end
  66.